home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Auslogics BoostSpeed 4.2.7.172 / boost-speed-setup.exe / {app} / TweakManager.exe / 0 / RCDATA / TFRMFIREFOXPERFORMANCE / TFRMFIREFOXPERFORMANCE.txt
Text File  |  2008-10-30  |  3KB  |  155 lines

  1. object frmFireFoxPerformance: TfrmFireFoxPerformance
  2.   Left = 0
  3.   Top = 0
  4.   Width = 635
  5.   Height = 353
  6.   Font.Charset = DEFAULT_CHARSET
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'Arial'
  10.   Font.Style = []
  11.   ParentFont = False
  12.   TabOrder = 0
  13.   object gbImages: TGroupBox
  14.     Left = 16
  15.     Top = 1
  16.     Width = 605
  17.     Height = 93
  18.     Caption = 'gbImages'
  19.     TabOrder = 0
  20.     object rbImagesAll: TRadioButton
  21.       Left = 24
  22.       Top = 24
  23.       Width = 550
  24.       Height = 17
  25.       Caption = 'rbImagesAll'
  26.       TabOrder = 0
  27.       OnClick = rbImagesClick
  28.     end
  29.     object rbImagesNone: TRadioButton
  30.       Left = 24
  31.       Top = 44
  32.       Width = 550
  33.       Height = 17
  34.       Caption = 'rbImagesNone'
  35.       TabOrder = 1
  36.       OnClick = rbImagesClick
  37.     end
  38.     object rbImagesBlock3d: TRadioButton
  39.       Left = 24
  40.       Top = 64
  41.       Width = 550
  42.       Height = 17
  43.       Caption = 'rbImagesBlock3d'
  44.       TabOrder = 2
  45.       OnClick = rbImagesClick
  46.     end
  47.   end
  48.   object gbCloseButton: TGroupBox
  49.     Left = 16
  50.     Top = 108
  51.     Width = 605
  52.     Height = 113
  53.     Caption = 'gbCloseButton'
  54.     TabOrder = 1
  55.     object rbButtonActiveTab: TRadioButton
  56.       Left = 24
  57.       Top = 24
  58.       Width = 550
  59.       Height = 17
  60.       Caption = 'rbButtonActiveTab'
  61.       TabOrder = 0
  62.       OnClick = rbCloseButtonClick
  63.     end
  64.     object rbButtonAllTabs: TRadioButton
  65.       Left = 24
  66.       Top = 44
  67.       Width = 550
  68.       Height = 17
  69.       Caption = 'rbButtonAllTabs'
  70.       TabOrder = 1
  71.       OnClick = rbCloseButtonClick
  72.     end
  73.     object rbButtonDontDisplay: TRadioButton
  74.       Left = 24
  75.       Top = 64
  76.       Width = 550
  77.       Height = 17
  78.       Caption = 'rbButtonDontDisplay'
  79.       TabOrder = 2
  80.       OnClick = rbCloseButtonClick
  81.     end
  82.     object rbButtonSingle: TRadioButton
  83.       Left = 24
  84.       Top = 84
  85.       Width = 550
  86.       Height = 17
  87.       Caption = 'rbButtonSingle'
  88.       TabOrder = 3
  89.       OnClick = rbCloseButtonClick
  90.     end
  91.   end
  92.   object gbRenderingTime: TGroupBox
  93.     Left = 16
  94.     Top = 235
  95.     Width = 605
  96.     Height = 102
  97.     Caption = 'gbRenderingTime'
  98.     TabOrder = 2
  99.     object lbRenderingTime: TAxLabel
  100.       Left = 24
  101.       Top = 24
  102.       Width = 557
  103.       Height = 16
  104.       WordWrap = False
  105.       Transparent = True
  106.       AutoSize = False
  107.       Caption = 'lbRenderingTime'
  108.       ShowAccelChar = True
  109.     end
  110.     object AxLabel2: TAxLabel
  111.       Left = 26
  112.       Top = 48
  113.       Width = 7
  114.       Height = 16
  115.       WordWrap = False
  116.       Transparent = True
  117.       Caption = '0'
  118.       ShowAccelChar = True
  119.     end
  120.     object lbOneSecond: TAxLabel
  121.       Left = 299
  122.       Top = 48
  123.       Width = 78
  124.       Height = 16
  125.       WordWrap = False
  126.       Alignment = taRightJustify
  127.       Transparent = True
  128.       Caption = 'lbOneSecond'
  129.       ShowAccelChar = True
  130.     end
  131.     object lbTimeValue: TAxLabel
  132.       Left = 59
  133.       Top = 48
  134.       Width = 286
  135.       Height = 16
  136.       WordWrap = False
  137.       Alignment = taCenter
  138.       Transparent = True
  139.       AutoSize = False
  140.       Caption = 'lbTimeValue'
  141.       ShowAccelChar = True
  142.     end
  143.     object tbRenderingTime: TTrackBar
  144.       Left = 19
  145.       Top = 62
  146.       Width = 366
  147.       Height = 25
  148.       Max = 1000
  149.       Frequency = 100
  150.       TabOrder = 0
  151.       OnChange = tbRenderingTimeChange
  152.     end
  153.   end
  154. end
  155.